home *** CD-ROM | disk | FTP | other *** search
- object frmSFX: TfrmSFX
- Left = 478
- Top = 219
- BorderIcons = []
- BorderStyle = bsDialog
- Caption =
- 'Optionen f�r Exe-Datei - Geb�hren: 0,32 � � 29 min � Heute: 0,32' +
- ' �'
- ClientHeight = 398
- ClientWidth = 328
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object lDestDir: TLabel
- Left = 6
- Top = 10
- Width = 73
- Height = 13
- Caption = 'Zielverzeichnis:'
- end
- object lAppTitel: TLabel
- Left = 6
- Top = 58
- Width = 96
- Height = 13
- Caption = 'Titel der Applikation:'
- end
- object lCmdLine: TLabel
- Left = 6
- Top = 106
- Width = 77
- Height = 13
- Caption = 'Kommandozeile:'
- end
- object btnCancel: TButton
- Left = 232
- Top = 366
- Width = 89
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 0
- OnClick = btnCancelClick
- end
- object btnOk: TButton
- Left = 134
- Top = 366
- Width = 89
- Height = 25
- Caption = 'btnOk'
- Default = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = btnOkClick
- end
- object edAppCaption: TEdit
- Left = 6
- Top = 75
- Width = 313
- Height = 21
- TabOrder = 3
- Text = 'Filzip SFX'
- end
- object edCmdLine: TEdit
- Left = 6
- Top = 123
- Width = 313
- Height = 21
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- end
- object gbOverwrMode: TRadioGroup
- Left = 6
- Top = 152
- Width = 315
- Height = 89
- Caption = 'Datei�berschreibungs-modus'
- ItemIndex = 0
- Items.Strings = (
- '*'
- '*'
- '*')
- TabOrder = 5
- end
- object gbSFXOptions: TGroupBox
- Left = 8
- Top = 244
- Width = 313
- Height = 113
- Caption = 'gbSFXOptions'
- TabOrder = 6
- object cbAskCmdLn: TCheckBox
- Left = 8
- Top = 68
- Width = 297
- Height = 17
- Caption = 'Nachfrage Kommandozeile'
- TabOrder = 0
- end
- object cbAskFile: TCheckBox
- Left = 8
- Top = 44
- Width = 297
- Height = 17
- Caption = 'Nachfragen Dateien'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object cbHideBox: TCheckBox
- Left = 8
- Top = 20
- Width = 297
- Height = 17
- Caption = '�berschreiben-Box verstecken'
- Checked = True
- State = cbChecked
- TabOrder = 2
- end
- object cbAutorun: TCheckBox
- Left = 8
- Top = 90
- Width = 297
- Height = 17
- Caption = 'cbAutorun'
- TabOrder = 3
- end
- end
- object cbDestDir: TComboBox
- Left = 6
- Top = 26
- Width = 313
- Height = 21
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 2
- Text = 'C:\Windows\Temp'
- Items.Strings = (
- '*'
- '*')
- end
- end
-